home *** CD-ROM | disk | FTP | other *** search
/ Shirley Barber's Fairies: Create, Paint & Play / Fairies.iso / pc / Files / Intro.dxr / Internal_11_Check Globals.ls < prev    next >
Encoding:
Text File  |  2003-10-03  |  324 b   |  12 lines

  1. on prepareMovie
  2.   cursor(200)
  3.   if the platform contains "Windows,32" then
  4.     register(xtra("PrintOMatic"), "PMAT170-183-63017")
  5.     funcs = baRegister("konrad", 2320493)
  6.     KeysOff = baDisableKeys(1, baWinHandle())
  7.     baDisableSwitching(1)
  8.     OldSS = baDisableScreenSaver(1)
  9.     showing = baHideTaskBar(1)
  10.   end if
  11. end
  12.